home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / card_28476.txt < prev    next >
Text File  |  1990-04-04  |  6KB  |  274 lines

  1. -- card: 28476 from stack: in
  2. -- bmap block id: 28895
  3. -- flags: 0000
  4. -- background id: 16786
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide card field correct
  9. end openCard
  10. global number
  11. set lockScreen to false
  12.  
  13. on mouseUp
  14.  
  15.   answer "Please click on one of the answers." with OK
  16. end mouseUp
  17.  
  18.  
  19. -- part 1 (field)
  20. -- low flags: 00
  21. -- high flags: 0000
  22. -- rect: left=61 top=50 right=85 bottom=443
  23. -- title width / last selected line: 0
  24. -- icon id / first selected line: 0 / 0
  25. -- text alignment: 1
  26. -- font id: 3
  27. -- text size: 20
  28. -- style flags: 256
  29. -- line height: 26
  30. -- part name: 
  31.  
  32.  
  33. -- part 2 (button)
  34. -- low flags: 00
  35. -- high flags: 2003
  36. -- rect: left=108 top=186 right=222 bottom=409
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: New Button
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   answer "A modem is not generally used with CD-ROM." with OK
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 4 (field)
  53. -- low flags: 00
  54. -- high flags: 0000
  55. -- rect: left=135 top=142 right=164 bottom=370
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 0
  59. -- font id: 21
  60. -- text size: 12
  61. -- style flags: 256
  62. -- line height: 16
  63. -- part name: 
  64.  
  65.  
  66. -- part 5 (button)
  67. -- low flags: 00
  68. -- high flags: 2003
  69. -- rect: left=108 top=224 right=260 bottom=409
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: New Button
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   show card field correct
  81.   global ber
  82.   put "1" into ber
  83.   wait 1 seconds
  84.   go to card id 20597
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 6 (button)
  90. -- low flags: 00
  91. -- high flags: 2003
  92. -- rect: left=107 top=262 right=298 bottom=408
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: New Button
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   answer "CD-ROM can play audio CD, but not vice versa." with OK
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 7 (button)
  109. -- low flags: 00
  110. -- high flags: 2003
  111. -- rect: left=107 top=301 right=337 bottom=409
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: New Button
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   answer "A printer CAN be used, but is not required." with "OK"
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 8 (field)
  128. -- low flags: 00
  129. -- high flags: 2004
  130. -- rect: left=85 top=92 right=182 bottom=428
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 21
  135. -- text size: 24
  136. -- style flags: 16640
  137. -- line height: 32
  138. -- part name: Correct
  139.  
  140.  
  141. -- part 9 (button)
  142. -- low flags: 00
  143. -- high flags: 0000
  144. -- rect: left=41 top=296 right=342 bottom=108
  145. -- title width / last selected line: 0
  146. -- icon id / first selected line: 0 / 0
  147. -- text alignment: 1
  148. -- font id: 0
  149. -- text size: 12
  150. -- style flags: 0
  151. -- line height: 16
  152. -- part name: Return
  153. ----- HyperTalk script -----
  154. on mouseUp
  155.   visual effect iris close
  156.   go to card id 20597
  157. end mouseUp
  158.  
  159.  
  160.  
  161. -- part 10 (field)
  162. -- low flags: 00
  163. -- high flags: 0000
  164. -- rect: left=161 top=196 right=216 bottom=307
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 0
  168. -- font id: 21
  169. -- text size: 14
  170. -- style flags: 256
  171. -- line height: 18
  172. -- part name: 
  173. ----- HyperTalk script -----
  174. on mouseUp
  175.   answer "A modem is not generally used with CD-ROM." with OK
  176. end mouseUp
  177.  
  178.  
  179.  
  180. -- part 11 (field)
  181. -- low flags: 00
  182. -- high flags: 0000
  183. -- rect: left=161 top=271 right=293 bottom=344
  184. -- title width / last selected line: 0
  185. -- icon id / first selected line: 0 / 0
  186. -- text alignment: 0
  187. -- font id: 21
  188. -- text size: 14
  189. -- style flags: 256
  190. -- line height: 18
  191. -- part name: 
  192. ----- HyperTalk script -----
  193. on mouseUp
  194.   answer "CD-ROM can play audio CD, but not vice versa." with OK
  195. end mouseUp
  196.  
  197.  
  198.  
  199. -- part 12 (field)
  200. -- low flags: 00
  201. -- high flags: 0000
  202. -- rect: left=161 top=234 right=255 bottom=369
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 0 / 0
  205. -- text alignment: 0
  206. -- font id: 21
  207. -- text size: 14
  208. -- style flags: 256
  209. -- line height: 18
  210. -- part name: 
  211. ----- HyperTalk script -----
  212. on mouseUp
  213.   show card field correct
  214.   global ber
  215.   put "1" into ber
  216.   wait 1 seconds
  217.   go to card id 20597
  218. end mouseUp
  219.  
  220.  
  221.  
  222. -- part 13 (field)
  223. -- low flags: 00
  224. -- high flags: 0000
  225. -- rect: left=162 top=310 right=332 bottom=260
  226. -- title width / last selected line: 0
  227. -- icon id / first selected line: 0 / 0
  228. -- text alignment: 0
  229. -- font id: 21
  230. -- text size: 14
  231. -- style flags: 256
  232. -- line height: 18
  233. -- part name: 
  234. ----- HyperTalk script -----
  235. on mouseUp
  236.   answer "A printer CAN be used, but is not required." with "OK"
  237. end mouseUp
  238.  
  239.  
  240.  
  241. -- part contents for card part 1
  242. ----- text -----
  243. Practice Exercise
  244.  
  245. -- part contents for card part 4
  246. ----- text -----
  247.  Click on one of the answers below.
  248.  
  249.  
  250. -- part contents for background part 20
  251. ----- text -----
  252. Which of the following is required for a CD-ROM configuration?
  253.  
  254. -- part contents for card part 8
  255. ----- text -----
  256.  
  257. Correct!
  258.  
  259. -- part contents for card part 12
  260. ----- text -----
  261. A search software program
  262.  
  263.  
  264. -- part contents for card part 10
  265. ----- text -----
  266. A  modem
  267.  
  268. -- part contents for card part 11
  269. ----- text -----
  270. An audio CD player
  271.  
  272. -- part contents for card part 13
  273. ----- text -----
  274. A printer